RemoteHardwareConfig


RemoteHardwareModule Config
Protobuf type meshtastic.ModuleConfig.RemoteHardwareConfig

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.RemoteHardwareConfigOrBuilder

RemoteHardwareModule Config
Protobuf type meshtastic.ModuleConfig.RemoteHardwareConfig

Properties

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

Whether the Module allows consumers to read / write to pins not defined in available_pins
bool allow_undefined_pin_access = 2;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getEnabled(): Boolean

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)